func hash/fnv.appendUint64

7 uses

	hash/fnv (current package)
		fnv.go#L242: 	b = appendUint64(b, uint64(*s))
		fnv.go#L250: 	b = appendUint64(b, uint64(*s))
		fnv.go#L257: 	b = appendUint64(b, s[0])
		fnv.go#L258: 	b = appendUint64(b, s[1])
		fnv.go#L265: 	b = appendUint64(b, s[0])
		fnv.go#L266: 	b = appendUint64(b, s[1])
		fnv.go#L353: func appendUint64(b []byte, x uint64) []byte {